[Xend/ACM] Automatic loading of policy after xend has started.
authorKeir Fraser <keir@xensource.com>
Mon, 24 Sep 2007 20:52:10 +0000 (21:52 +0100)
committerKeir Fraser <keir@xensource.com>
Mon, 24 Sep 2007 20:52:10 +0000 (21:52 +0100)
commit66ea95096a418475651929a22061a7d90e5b2f5d
tree89a5a7873d154554ffd91f43bedf7c3ff9f11b79
parent92877a1f9ab2370e39887cb74c7f7552b17aa214
[Xend/ACM] Automatic loading of policy after xend has started.

On systems where the grub bootloader is not available or active the
to-be-activated policy is written a simple textfile. Once xend has
started the contents can be read. Using 'xm setpolicy' the policy can
be activated and the Domain-0 label set (using 'xm addlabel').
I fixed some bugs in the grub bootloader handler on the way and
removed some dead functions.

Signed-off-by: Stefan Berger <stefanb@us.ibm.com>
tools/python/xen/util/bootloader.py
tools/python/xen/util/xsm/acm/acm.py